home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
pc
/
NETCD41.dir
/
00040_Script_40
< prev
next >
Wrap
Text File
|
1997-12-11
|
600b
|
27 lines
on vDUNCAN
global MIAW, titleBar, dxrName
if objectP(MIAW) then
forget MIAW
end if
set horzOrigin to the stageLeft +152
set vertOrigin to the stageTop +107
set MIAWRect to rect(horzOrigin,vertOrigin,horzOrigin +336, vertOrigin +244)
set MIAW to window titleBar
set the windowType of window titleBar to 4
set the modal of window titleBar to TRUE
set the rect of MIAW to MIAWRect
set the fileName of MIAW to dxrName
open MIAW
end
on stopMovie
finishMovie
end
on finishMovie
global MIAW
if objectP(MIAW) then
forget MIAW
end if
end